home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / dhcdbd.conf < prev    next >
Encoding:
Text File  |  2007-03-05  |  593 b   |  16 lines

  1. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  2.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  3. <busconfig>
  4.     <servicedir>/usr/share/dbus-1/services</servicedir>
  5.     <policy user="root">
  6.         <allow own="com.redhat.dhcp"/>
  7.         <allow send_interface="com.redhat.dhcp"/>
  8.         <allow send_destination="com.redhat.dhcp"/>
  9.     </policy>
  10.     <policy context="default">
  11.         <deny own="com.redhat.dhcp"/>
  12.         <deny send_destination="com.redhat.dhcp"/>
  13.         <deny send_interface="com.redhat.dhcp"/>
  14.     </policy>    
  15. </busconfig>
  16.